Searched refs:SHELL_ALIGN (Results 1 – 1 of 1) sorted by relevance
1548 #define SHELL_ALIGN(nbytes) (((nbytes) + SHELL_SIZE) & ~SHELL_SIZE) macro1555 MINSIZE = SHELL_ALIGN(504),1610 aligned = SHELL_ALIGN(nbytes); in stalloc()1724 min = SHELL_ALIGN(min | 128); in growstackblock()8903 [NCMD ] = SHELL_ALIGN(sizeof(struct ncmd)),8904 [NPIPE ] = SHELL_ALIGN(sizeof(struct npipe)),8905 [NREDIR ] = SHELL_ALIGN(sizeof(struct nredir)),8906 [NBACKGND ] = SHELL_ALIGN(sizeof(struct nredir)),8907 [NSUBSHELL] = SHELL_ALIGN(sizeof(struct nredir)),8908 [NAND ] = SHELL_ALIGN(sizeof(struct nbinary)),[all …]