Home
last modified time | relevance | path

Searched +defs:x +defs:get (Results 1 – 11 of 11) sorted by relevance

/titanic_51/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_copy.c45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) argument
139 size_t resid, chunk, get; in ofw_readin() local
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/
H A Darp.c76 #define CASE(x, y) \ in main() argument
297 get(char *host) in get() function
/titanic_51/usr/src/cmd/sendmail/include/sm/
H A Dio.h183 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \ argument
187 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) argument
190 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) (f) argument
191 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \ argument
387 # define sm_io_putc(fp, t, x) sm_putc(fp, t, x) argument
/titanic_51/usr/src/cmd/sgs/prof/common/
H A Dprof.c77 #define OLD_DEBUG(x) argument
1345 int get; /* amount of space to get */ getname() local
[all...]
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c95 #define elementsof(x) (sizeof(x)/sizeof(x[0])) argument
96 #define newof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)calloc(1,sizeof(t)*(n)+(x))) argument
117 #define get(b) ((b)->nxt-(b)->buf) macro
622 register List_t* x; in cons() local
1185 int x; run() local
1292 register char* x; path() local
1556 unsigned long x; make() local
1756 register List_t* x; update() local
[all...]
/titanic_51/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c152 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
2887 get(short lngth) get() function
5054 int x; log_display_header() local
5101 int x; log_lodb() local
5228 int x = 0; log_show() local
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c106 # define Trace(x) fprintf x argument
107 # define Tracev(x) {if (verbose) fprintf x ;} argument
108 # define Tracevv(x) {if (verbose>1) fprintf x ;} argument
109 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} argument
110 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} argument
113 Trace(x) global() argument
114 Tracev(x) global() argument
115 Tracevv(x) global() argument
116 Tracec(c,x) global() argument
117 Tracecv(c,x) global() argument
3722 uInt x[BMAX+1]; /* bit offsets, then code stack */ global() local
4108 uInt get; /* bits to get for extra */ global() member
[all...]
/titanic_51/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c244 #define Trace(x) {if (z_verbose >= 0) fprintf x; } argument
245 #define Tracev(x) {if (z_verbose > 0) fprintf x; } argument
246 #define Tracevv(x) {if (z_verbose > 1) fprintf x; } argument
247 #define Tracec(c, x) {if (z_verbose > 0 && (c)) fprintf x; } argument
248 #define Tracecv(c, x) {if (z_verbose > 1 && (c)) fprintf x; } argument
255 Trace(x) global() argument
256 Tracev(x) global() argument
257 Tracevv(x) global() argument
258 Tracec(c,x) global() argument
259 Tracecv(c,x) global() argument
4868 uInt x[BMAX+1]; /* bit offsets, then code stack */ global() local
5289 uInt get; /* bits to get for extra */ global() member
[all...]
/titanic_51/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h16 #define ECORE_ALIGN(x, a) ALIGN(x, a) argument
18 #define ECORE_ALIGN(x, a) ((((x) + (a) - 1) / (a)) * (a)) argument
292 exe_q_get get; member
742 BOOL (*get)(struct ecore_credit_pool_obj *o, int cnt); member
H A Decore_sp_verbs.c14 #define ECORE_ALIGN(x, a) ALIGN(x, a) argument
179 #define ECORE_UNLIKELY(x) (x) argument
180 #define ECORE_LIKELY(x) (x) argument
276 exe_q_get get) in ecore_exe_queue_init() argument
[all...]
/titanic_51/usr/src/cmd/avs/dsw/
H A Diiadm.c2334 int i, x, y; local
3716 int get = 0; global() local
[all...]